<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /></object>

How do I REMOVE autoplay codes in HTML
Started by
researchris
, Dec 29 2008 11:38 PM
#1
Posted 29 December 2008 - 11:38 PM

<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /></object>
#2
Posted 30 December 2008 - 12:04 AM

Try adding this to object tag:
and this to opening embed tag: play="false"
If that doesn't work, then it may have been set inside the flash.
<param name="play" value="false" />
and this to opening embed tag: play="false"
If that doesn't work, then it may have been set inside the flash.
#3
Posted 30 December 2008 - 12:38 AM

thanks for the quick reply, i tried what you suggested and the blog allowed the video to be published but looking on the blog, there was no video to be seen... any other ideas?
#4
Posted 30 December 2008 - 01:45 AM

Is this a change from before when it was auto-playing? I took from your post that it was working, but it started to play on page load which you didn't want. What is the link to player?
#5
Posted 30 December 2008 - 02:28 AM

i appreciate you sticking with me. i am at a very novice level of html knowledge. please excuse my long windedness. before, with the original html codes for embedding worked perfecly, just played automatically when the page loaded. after making the insertions (seen below) it did not work and i'm assuming i did not insert it correctly in the language talk of html world.
this was the original html code:
<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /></object>
and you suggested to add this tag: <param name="play" value="false" />
and this to opening embed tag: play="false"
so what i ended up doing (not sure if it was correct) was make these insertions
<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><play="false" embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /><param name="play" value="false" /></object>
once again, thank you so much for helping me. take care
this was the original html code:
<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /></object>
and you suggested to add this tag: <param name="play" value="false" />
and this to opening embed tag: play="false"
so what i ended up doing (not sure if it was correct) was make these insertions
<object width="450" height="353"><param name="movie" value="http://www.videonews...ovieplayer.swf" /><param name="wmode" value="transparent" /><param name="FlashVars" value="vidpath=http://www.videonewslive.com/upload_videos/881.flv" /><play="false" embed src="http://www.videonews...ovieplayer.swf" FlashVars="vidpath=http://www.videonewslive.com/upload_videos/881.flv" width="450" height="353" type="application/x-shockwave-flash" pluginspage="http://www.macromedi...getflashplayer" /><param name="play" value="false" /></object>
once again, thank you so much for helping me. take care
#6
Posted 30 December 2008 - 03:01 AM

This is in the wrong order: <play="false" embed You have essentially removed the embed tag. Never put anything before an opening tag's name.
This. <param name="play" value="false" />, probably doesn't matter, but why not place it with the other <para> tags?
This. <param name="play" value="false" />, probably doesn't matter, but why not place it with the other <para> tags?
Edited by Major Payne, 30 December 2008 - 03:01 AM.
Similar Topics
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
As Featured On:






